home *** CD-ROM | disk | FTP | other *** search
- object SplashForm1: TSplashForm1
- Left = 54
- Top = 126
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 256
- ClientWidth = 500
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- Scaled = False
- OnClick = FormClick
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 112
- Top = 20
- Width = 376
- Height = 26
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'AppName'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 26
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- OnClick = FormClick
- end
- object Label2: TLabel
- Left = 112
- Top = 56
- Width = 376
- Height = 22
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'AppVersion'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 21
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- OnClick = FormClick
- end
- object Label3: TLabel
- Left = 248
- Top = 94
- Width = 240
- Height = 67
- Alignment = taRightJustify
- AutoSize = False
- Caption =
- 'Written by John Croudy with Borland C++ Builder. This program is' +
- ' freeware and may be freely distributed provided that it is not ' +
- 'modified in any way. It uses the JPEG class written by Chris Los' +
- 'inger and the Toolbar97 component written by Jordan Russell.'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 12
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- Visible = False
- WordWrap = True
- end
- object Label4: TLabel
- Left = 178
- Top = 234
- Width = 311
- Height = 12
- Alignment = taRightJustify
- Caption =
- 'This software is based in part on the work of the Independent JP' +
- 'EG Group'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 12
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- Visible = False
- end
- object Label5: TLabel
- Left = 176
- Top = 172
- Width = 312
- Height = 57
- Alignment = taRightJustify
- AutoSize = False
- Caption =
- 'This software is provided as is with no warranties. The author c' +
- 'annot be held responsible for any problems which may be caused d' +
- 'irectly or indirectly by the use of this software.'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 12
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- Visible = False
- WordWrap = True
- end
- object OKButton: TButton
- Left = 8
- Top = 192
- Width = 78
- Height = 25
- Cancel = True
- Caption = 'OK'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- Visible = False
- OnClick = OKButtonClick
- end
- object ContactButton: TButton
- Left = 8
- Top = 224
- Width = 161
- Height = 25
- Caption = 'Credits and Contact Info...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- Visible = False
- OnClick = ContactButtonClick
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer1Timer
- Left = 8
- Top = 16
- end
- object Timer2: TTimer
- Enabled = False
- Interval = 5000
- OnTimer = Timer2Timer
- Left = 52
- Top = 16
- end
- end
-